-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initial commit of Premiere Integration #322
base: main
Are you sure you want to change the base?
Conversation
## Implemented functionality | ||
|
||
Premiere implementation currently allows you to: | ||
- import and add various media to sequences (image plates, renders, audio files, video files etc.) | ||
- manage workfiles (eg. load existing, publish new ones) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this section correct?
I checked the addon repo and I couldn't any loaders. I only found workfile creator and publisher.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've pushed some commits to add and fix missing things in docs setup.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For the the artist page, I think it'd be better to be minimalist and direct as follows:
- Premiere Extension installation
- Implemented functionality
- emphasize the current status that we can publish only workfiles.
- mention that to publish their work/ output they export manually from the application and then use tray publisher.
- Mention any workaround they can use to load products from AYON manually, I assume they can open the loader and copy the path of the product and load it manually.
- Remove parts where ayon tools are explained they are already explained in a dedicated place in docs.
- We can add one big note at the beginning of the addon mentions it's experimental or beta or MVP.
For admin page:
- We can add one big note at the beginning of the addon mentions it's experimental or beta or MVP.
- Mention (shortly) the current status of the addon: workfile management, publish workfiles, load manually, publish manually.
I can help applying some of my suggestions, I was thinking about creating a PR to this PR.
what do you think?
Changelog Description
Premiere integration currently supports only
workfile
management andLoader
functionality.